
.artexpressPage {
    width: 1000px;
    padding-top: 40px;
    margin: 0 auto;
    font-family: 'Microsoft Yahei';
    padding-bottom: 50px;
}

.artexpressPage .link {
    cursor: pointer;
}

.artexpressPage .works {
    overflow: hidden;
}

.artexpressPage .works .space {
    margin-right: -45px;
    overflow: hidden;
}

.artexpressPage .swiperBanner {
    width: 582px;
    height: 776px;
    float: left;
    margin-right: 45px;
}

.artexpressPage .swiperBanner img {
    max-height: 100%;
    max-width: 100%;
}

.artexpressPage .swiperBanner .mallBannerBg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 44%, rgba(0, 0, 0, 0.50) 99%);
}

.artexpressPage .swiperBanner .text {
    position: absolute;
    left: 34px;
    bottom: 35px;
    width: 340px;
    color: #fff;
}

.artexpressPage .swiperBanner .workAttr {
    font-size: 18px;
    font-weight: bold;
}

.artexpressPage .swiperBanner .workName {
    margin-top: 20px;
    font-size: 36px;
    font-weight: bold;
    line-height: 46px;
}

.artexpressPage .swiperBanner .bannerPagination {
    left: auto;
    right: 35px;
    bottom: 92px;
    width: auto;
}

.artexpressPage .swiperBanner .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #fff;
    opacity: 1;
}

.artexpressPage .swiperBanner .swiper-pagination-bullet-active {
    width: 20px;
    background: #333333;
}

.artexpressPage .works .title {
    padding-left: 627px;
}


.artexpressPage .works .title .slogn {
    height: 92px;
    overflow: hidden;
}

.artexpressPage .works .title .slogn img {
    max-height: 100%;
    vertical-align: top;
}

.artexpressPage .works .title h2 {
    font-size: 30px;
    line-height: 36px;
    color: #333;
    margin-top: 36px;
    margin-bottom: -3px;
}

.artexpressPage .works .item {
    float: left;
    width: 164px;
    margin-right: 45px;
    margin-top: 42px;
    overflow: hidden;

}

.artexpressPage .works .picList {
    width: 164px;
    height: 164px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    overflow: hidden;
}

.artexpressPage .works .picList img {
    max-width: 100%;
    height: 100%;
}

.artexpressPage .works .listInfo .base {
    height: 79px;
    overflow: hidden;
}

.artexpressPage .works .listInfo h3 {
    color: #333333;
    font-size: 14px;
    max-height: 40px;
    line-height: 20px;
    margin-top: 10px;

}

.artexpressPage .works .listInfo .listAttr {
    color: #A0A0A0;
    font-size: 12px;
    line-height: 1;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 6px;

}

.artexpressPage .works .listInfo .listPrice {
    overflow: hidden;
    line-height: 18px;
    height: 18px;
    margin-top: 5px;
}

.artexpressPage .works .listInfo .discount {
    font-size: 16px;
    color: #323232;
}

.artexpressPage .works .listInfo .origPric {
    font-size: 14px;
    color: #A0A0A0;
    margin-left: 5px;
    text-decoration: line-through;

}

.artexpressPage .works .listInfo .listShow {
    float: right;
    font-size: 12px;
    padding-top: 1px;
}
.artexpressPage .workList {
    margin-top:70px;
}
.artexpressPage .workList .title{
    padding:0;
}
.artexpressPage .workList  .title h2{
    margin-top:0;
}

.artexpressPage .shopList {
    margin-top: 70px;
}

.artexpressPage .shopList .tit {
    font-size: 30px;
    color: #323232;
    line-height: 36px;
}

.artexpressPage .shopList .more {
    font-size: 16px;
    float: right;
    color: #717171;
}

.artexpressPage .shopList .storeSlide {
    margin-top: 40px;
}


.artexpressPage .shopList .colTit {
    overflow: hidden;
}

.artexpressPage .shopList .swiper-slide {
    width: 375px;
    padding: 20px;
    border-radius: 15px;
    background: #F6F6F6;
    margin-left: 20px;
}

.artexpressPage .shopList .swiper-slide:first-child {
    margin-left: 0;
}

.artexpressPage .shopList dl {
    position: relative;
}

.artexpressPage .shopList dt {
    width: 56px;
    height: 56px;
    border-radius: 10px;
    overflow: hidden;
    float: left;
}

.artexpressPage .shopList dd {
    padding-left: 66px;
}

.artexpressPage .shopList .shopName {
    font-size: 16px;
    color: #323232;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 26px;
}

.artexpressPage .shopList .shopTags {
    margin-top: 5px;
    font-size: 0;
}

.artexpressPage .shopList .shopTags .tagName {
    display: inline-block;
    padding: 0 7px;
    border: 1px solid #E8E8E8;
    height: 20px;
    border-radius: 10px;
    color: #787878;
    font-size: 12px;
    margin-right: 5px;
    line-height: 20px;
    margin-bottom: 5px;
}

.artexpressPage .shopList .shopTags .tagName:last-child {
    margin-right: 0;
}

.artexpressPage .shopList .shopTitLink {
    float: right;
    width: 60px;
    height: 30px;
    line-height: 30px;
    margin-left: 5px;
    text-align: center;
    color: #fff;
    border-radius: 15px;
    background-color: #323232;
    font-size: 12px;
    padding: 0;
}

.artexpressPage .shopProList {
    margin-top: 14px;
}

.artexpressPage .shopProList li {
    width: 105px;
    height: 105px;
    margin-right: 10px;
    border-radius: 10px;
    overflow: hidden;
    float: left;
}

.artexpressPage .shopProList li img {
    width: 100%;
    height: 100%;
}

.artexpressPage .shopProList li:last-child {
    margin-right: 0;
}

.artexpressPage .swiperShopList .swiper-scrollbar {
    margin: .75rem auto 0;
    font-size: 0;
    width: 6.3rem;
    height: .3rem;
    border-radius: .15rem;
    background-color: #E0E0E0;
    position: static;
}

.artexpressPage .swiperShopList .swiper-scrollbar-drag {
    height: .3rem;
    font-size: 0;
    background-color: #636363;
    border-radius: .15rem;
}

.KQrCodePop {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .35);
    opacity: 0;
    z-index: -1;
    transition: .25s ease;
    pointer-events: none;
}

.KShowPop {
    opacity: 1;
    z-index: 10;
    pointer-events: auto;


}

.KQrCodePop .qrCode {
    position: absolute;
    top: 120px;
    left: 50%;
    width: 400px;
    margin-left: -200px;
    border-radius: 10px;
    overflow: hidden;
    padding: 73px 0 35px;
    background: #fff;
    text-align: center;

}

.KQrCodePop .close {
    position: absolute;
    cursor: pointer;
    right: 25px;
    top: 25px;
    width: 18px;
    height: 18px;
    background: url(../imgs/cls.png) 0 0 no-repeat;
    background-size: 100%;
}

.KQrCodePop .close:hover {
    opacity: .6;
}

.KQrCodePop .qrCode img {
    width: 270px;
    height: 270px;

}

.KQrCodePop .txt {
    font-size: 18px;
    line-height: 32px;
    margin-top: 30px;
}